home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / firmy / contactel / prezent / razdva.exe / scripts / DefineButton2_77 / BUTTONCONDACTION on(release).as
Text File  |  2003-04-30  |  172b  |  12 lines

  1. on(release){
  2.    Importedtext = text3;
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndPlay(101);
  6.    }
  7.    tellTarget("_root.mainmenu")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.